home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / regrepair.exe / RCDATA / TFRMIGNOREREG / TFRMIGNOREREG.txt
Text File  |  2010-01-14  |  2KB  |  95 lines

  1. object frmignorereg: Tfrmignorereg
  2.   Left = 210
  3.   Top = 158
  4.   AutoScroll = False
  5.   Caption = 'Ignore List Mananger'
  6.   ClientHeight = 430
  7.   ClientWidth = 427
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   DesignSize = (
  18.     427
  19.     430)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 409
  26.     Height = 33
  27.     Anchors = [akLeft, akTop, akRight, akBottom]
  28.     AutoSize = False
  29.     Caption = 
  30.       'The list of entries are currently being ignored when scanning th' +
  31.       'e Registry. If you want Registry Repair to include one of these ' +
  32.       'entries, then remove its checkmark.'
  33.     Transparent = True
  34.     WordWrap = True
  35.   end
  36.   object ListView1: TListView
  37.     Left = 8
  38.     Top = 40
  39.     Width = 408
  40.     Height = 345
  41.     Anchors = [akLeft, akTop, akRight, akBottom]
  42.     Columns = <
  43.       item
  44.         AutoSize = True
  45.         Caption = 'Registry Key'
  46.       end>
  47.     HideSelection = False
  48.     ReadOnly = True
  49.     RowSelect = True
  50.     TabOrder = 0
  51.     ViewStyle = vsReport
  52.   end
  53.   object btnok: TBitBtn
  54.     Left = 255
  55.     Top = 395
  56.     Width = 75
  57.     Height = 25
  58.     Anchors = [akRight, akBottom]
  59.     Caption = 'OK'
  60.     Default = True
  61.     TabOrder = 1
  62.     OnClick = btnokClick
  63.   end
  64.   object btncancel: TBitBtn
  65.     Left = 343
  66.     Top = 395
  67.     Width = 75
  68.     Height = 25
  69.     Anchors = [akRight, akBottom]
  70.     Cancel = True
  71.     Caption = 'Cancel'
  72.     ModalResult = 2
  73.     TabOrder = 2
  74.   end
  75.   object btnDelete: TBitBtn
  76.     Left = 7
  77.     Top = 395
  78.     Width = 75
  79.     Height = 25
  80.     Action = actremove
  81.     Anchors = [akLeft, akBottom]
  82.     Caption = 'Remove'
  83.     TabOrder = 3
  84.   end
  85.   object ActionList1: TActionList
  86.     Left = 232
  87.     Top = 160
  88.     object actremove: TAction
  89.       Caption = 'Remove'
  90.       OnExecute = actremoveExecute
  91.       OnUpdate = actremoveUpdate
  92.     end
  93.   end
  94. end
  95.